LCD_SET_SWITCH

LCD_SET_SWITCH

   
SYNTAX:

        LCD_SET_SWITCH(ADC=OFF/ON, RVS=OFF/ON, ACTIVE_LOAD=OFF/ON [,WAIT=x] );

DESCRIPTION:

        Set the ADC, RVS, ACTIVE_LOAD switch on(close) or off(open).

REQUIRED ARGUMENT:

          PARA1: ADC=OFF/ON

              ON = close ADC switch , OFF = open ADC switch.

          PARA2: RVS=OFF/ON

              ON = close RVS switch , OFF = open RVS switch.

          PARA3: ACTIVE_LOAD=OFF/ON

              ON = close ACTIVE_LOAD switch , OFF = open ACTIVE_LOAD switch.

OPTIONAL ARGUMENT:

          PARA: WAIT=x

              Wait time to next instruction.

        

EXAMPLE:

          LCD_SET_SWITCH(ADC=ON, RVS=OFF, ACTIVE_LOAD=ON);